func sync/atomic.StoreInt64
5 uses
sync/atomic (current package)
doc_64.go#L100: func StoreInt64(addr *int64, val int64)
type.go#L117: func (x *Int64) Store(val int64) { StoreInt64(&x.v, val) }
github.com/go-faster/errors
trace.go#L20: atomic.StoreInt64(&traceFlag, traceEnabled)
trace.go#L22: atomic.StoreInt64(&traceFlag, traceDisabled)
go.uber.org/atomic
int64.go#L82: atomic.StoreInt64(&i.v, val)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |